Skip to main content

Events List

 GeoTriggering Events

NameDescriptionEvent payload
didEnterZoneDevice enters a ZoneThe method call will send arguments with the following properties: fenceInfo: Fence information zoneInfo: Zone information locationInfo: Location information isExitEnabled: Whether exit is enabled or disabled. <Bool> * customData: Zone custom data
didExitZoneDevice exits a ZoneThe method call will send with the following properties: fenceInfo: Fence information zoneInfo: Zone information date: Date of the exit event duration: Time between the entry and exit event.
onZoneInfoUpdateThe SDK downloads the ZonesArray<Zones>. List of Zones downloaded.

Tempo Events

NameDescriptionEvent payload
tempoTrackingStoppedWithErrorTempo has stopped due to an error. The error will be pass as arguments in the method call.The method call will send arguments with the following properties: code: Error code message: Error description * details: Other error details

Helpers Events

NameDescriptionEvent payload
onBluedotServiceErrorError occurred to Bluedot serviceThe method call will send arguments with the following properties: code: Error code message: Error description * details: Other error details
lowPowerModeDidChangeLow power mode status changes in the device * Only for iOSThe method call will send arguments with the following properties: * isLowPowerMode: whether low power mode is enabled or disabled. <Bool>
locationAuthorizationDidChangeLocation authorization status changes * Only for iOSThe method call will send arguments with the following properties: previousAuthorizationStatus: <int> newAuthorizationStatus: <int>
accuracyAuthorizationDidChangeAccuracy authorization status changes * Only for iOSThe method call will send arguments with the following properties: previousAuthorizationStatus: <int> newAuthorizationStatus: <int>